html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:#fff; 
	background-image:url(../images/back.jpg); 
	background-repeat:repeat;
	background-position:center;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #0076a3;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
#top {
	width:100%;
	height:100%;
	border:0;
}
#toprow {
	height:1em;
}
#contentrow {
	height:100%;
}
#content {
	background:#cff;
}
.title-replace { 
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.home-visual {
	background-image:url(../images/visual-home.jpg);
	background-repeat:no-repeat;
	height:526px;
}
.tableTrans {
	background: rgba(255, 255, 255, 0.8);
	
}

.featureTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#122542;
}
.featureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#122542;
}
a.featureText:link, a.featureText:visited {
	color:#0076a3;
	text-decoration:none;
}
a.featureText:hover {
	color:#0076a3;
	text-decoration:underline;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#122542;
}
a.normalText:link, a.normalText:visited {
	color:#0076a3;
	text-decoration:none;
}
a.normalText:hover {
	color:#0076a3;
	text-decoration:underline;
}
.contentpanel {
	height: 420px;
	overflow : auto;
}
.imageBorder {
	color:#325b69;
	border: 1px solid #325b69;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8b8b8c;
}
a.footerText:link, a.footerText:visited {
	color:#8b8b8c;
	text-decoration:none;
}
a.footerText:hover {
	color:#0076a3;
	text-decoration:underline;
}
.formButton {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color:#122542;
} 
.formField {
	width:200px;
	border: 1px solid black;
}
.formText {
	width:318px;
	border: 1px solid black;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#122542;
}
.tableDivider {
	background-image:url(../images/div.gif);
	background-repeat:repeat-x;
		
}
.inline_image {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	color:#325b69;
	border: 1px solid #325b69;
}